range: start autoscrolling near the edges of ranges
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Mon, 7 Oct 2013 16:01:13 +0000 (12:01 -0400)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Mon, 7 Oct 2013 20:38:49 +0000 (16:38 -0400)
commit9fc3e59673e6e64ca9db8c4f1beb8d41a82563b3
treee77881f94273d263c3c4da8c6058e7669de581f4
parent0280ef341370ed6b19e9f734b1468ee63d1188be
range: start autoscrolling near the edges of ranges

If a range goes all the way to the edge of the screen then we don't
have any way to activate autoscrolling. By adding a small region
at the ends of the range we can handle this case. This is the same
approach used in treeviews.
gtk/gtkrange.c